home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / comm / fcom.sts < prev    next >
Text File  |  1995-07-03  |  6KB  |  127 lines

  1. PWB-GENERATED FILE: DO NOT MODIFY
  2. [shared-]
  3.     version=3
  4.     pmark="C:\LU62\COMM\FCOM.ASM" 26 1
  5.     project="C:\LU62\COMM\FCOM.MAK"
  6.     buildmode=3
  7. [edit-]
  8.     file="C:\LU62\COMM\FCOM.ASM" 12 1 26 1
  9.     srch=Exit
  10.     fSrchRe=0
  11.     rpl=
  12.     src=
  13.     fRplRe=17664
  14. [pwb]
  15.     screen=25 80
  16.     winstyle=7
  17.     wnd=Z 9 8 24 80 0 0
  18.     file="<COMPILE>Build Results" 1 1 1 1
  19.     wnd=r 1 0 24 80 0 0
  20.     file="C:\LU62\NOVELL\ZPROC.ASM" 49 1 69 43
  21.     wnd=R 8 7 24 80 0 0
  22.     file="C:\LU62\NOVELL\NWDRVN.ASM" 394 1 398 22
  23.     wnd=R 6 5 24 80 0 0
  24.     file="C:\LU62\NOVELL\NWSNDN.ASM" 11 1 16 12
  25.     wnd=R 7 6 24 80 0 0
  26.     file="C:\LU62\NOVELL\INT6F.ASM" 1 1 1 12
  27.     wnd=R 5 4 24 80 0 0
  28.     file="C:\LU62\DEBUG\APL.ASM" 43 1 48 1
  29.     wnd=R 2 1 24 80 0 0
  30.     file="C:\LU62\DEBUG\GETDCWD.ASM" 11 1 11 1
  31.     wnd=R 3 2 24 80 0 0
  32.     file="C:\LU62\DEBUG\SYSCM.ASM" 1 1 16 1
  33.     wnd=R 4 3 24 80 0 0
  34.     file="<SEARCH>Search Results" 1 1 1 1
  35.     wnd=c 0 0 0 0 0 0
  36.     file="<PRINT>Print Results" 1 1 1 1
  37.     wnd=c 0 0 0 0 0 0
  38.     file="<RECORD>Record" 1 1 1 1
  39.     wnd=c 0 0 0 0 0 0
  40.     file="<CLIPBOARD>Clipboard" 1 1 1 1
  41.     wnd=c 0 0 0 0 0 0
  42.     file="<pwbhelp>Help" 1 1 1 1
  43.     wnd=c 1 0 24 80 0 0
  44.     file="<browse>Browser Output" 1 1 1 1
  45.     wnd=c 0 0 0 0 0 0
  46. [build]
  47.     build: language "Assembler"
  48.     build: template "DOS EXE" modified
  49.     build: macro DEBUG "0"
  50.     build: macro BSCMAKE "bscmake"
  51.     build: macro SBRPACK "sbrpack"
  52.     build: macro NMAKEBSC1 "set"
  53.     build: macro NMAKEBSC2 "nmake"
  54.     build: macro ASM "ml"
  55.     build: macro H2INC "h2inc"
  56.     build: macro AFLAGS_G "/Cu /W2 /WX /Zm"
  57.     build: macro AFLAGS_D "/Zi"
  58.     build: macro AFLAGS_R "/nologo"
  59.     build: macro MAPFILE_D "NUL"
  60.     build: macro MAPFILE_R "$(PROJ).map"
  61.     build: macro LFLAGS_G "/NOI /BATCH"
  62.     build: macro LFLAGS_D "/CO /FAR"
  63.     build: macro LFLAGS_R "/MAP /FAR /NOPACKC"
  64.     build: macro LINKER "link"
  65.     build: macro ILINK "ilink"
  66.     build: macro LRF "echo > NUL"
  67.     build: macro ILFLAGS "/a /e"
  68.     build: macro LLIBS_G ""
  69.     build: macro LLIBS_D ""
  70.     build: macro LLIBS_R ""
  71.     build: all $(PROJ).exe
  72.     build: target $(PROJ).bsc bscmake
  73.     build: target $(PROJ).exe lrf_exe link_exe
  74.     build: inference compile .asm.obj asm_asm_obj
  75.     build: inference .asm.sbr asm_asm_sbr
  76.     build: inference .h.inc h2inc_h_inc
  77.     build: command bscmake "$(BSCMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  78.     build: command nmakebsc1 "-$(NMAKEBSC1) MAKEFLAGS="
  79.     build: command nmakebsc2 "-$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  80.     build: release command asm_asm_obj "$(ASM) /c $(AFLAGS_G) $(AFLAGS_R) /Fo$@ $<"
  81.     build: debug command asm_asm_obj "$(ASM) /c $(AFLAGS_G) $(AFLAGS_D) /Fo$@ $<"
  82.     build: release command asm_asm_sbr "$(ASM) /Zs $(AFLAGS_G) $(AFLAGS_R) /FR$@ $<"
  83.     build: debug command asm_asm_sbr "$(ASM) /Zs $(AFLAGS_G) $(AFLAGS_D) /FR$@ $<"
  84.     build: release command h2inc_h_inc "$(H2INC) /c $(CFLAGS_G) $(CFLAGS_R) $<"
  85.     build: debug command h2inc_h_inc "$(H2INC) /c $(CFLAGS_G) $(CFLAGS_D) $<"
  86.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  87.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  88.     build: command link_exe "$(LINKER) @$(PROJ).lrf"
  89.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  90.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  91.     build: suffixes
  92.     build: include dependencies
  93.     build: include no system
  94.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  95.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  96.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  97.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  98.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  99.     build: include .rc "^\\:i\\:b\\{ICON\\!BITMAP\\!FONT\\!CURSOR\\}\\:b\\{LOADONCALL\\:b\\!PRELOAD\\:b\\!FIXED\\:b\\!MOVABLE\\:b\\!DISCARDABLE\\:b\\!\\}*\\(\\:p\\)"
  100.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  101.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  102.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  103.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  104.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  105.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  106.     build: message "^LINK [^L]+L[124]"
  107.     build: message "^ILINK : [^L]+L[124]"
  108.     build: message "Build all" file line
  109.     build: message "^NMAKE : [^U]+U[124]"
  110.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  111.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  112.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^H]+HI[124]" file line
  113.     build: message "^[^H]+HI[124][0-9]+: "
  114.     build: message "^DOSXNT :"
  115.     build: message "^bscmake: [^B]+BK[124]"
  116.     build: message "^sbrpack: [^S]+SB[124]"
  117.     build: message "^BIND : [^U]+U[124]"
  118.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  119.     build: message "\\(\\:p\\)(\\(\\:z\\)) : error RC\\:z:" file line
  120.     build: message "^RC:"
  121.     build: message "^RC :"
  122.     build: message "^LIB :"
  123.     build: message "^MPC :"
  124.     build: message "^CVPACK :"
  125.     build: message "Build all" file line
  126.     build: message "Rebuild all" file line
  127.